shubh - HTMLify profile

shubh's Profile Picture

shubh

87 Files

18953 Views

Latest files of /shubh/html css project

Doraemon_Image2.png shubh/html css project/Doraemon_Image2.png
115 Views
0 Comments
Media file
Doraemon_Image6.png shubh/html css project/Doraemon_Image6.png
120 Views
0 Comments
Media file
BackgroundImage.png shubh/html css project/BackgroundImage.png
96 Views
0 Comments
Media file
Doraemon_Image1.png shubh/html css project/Doraemon_Image1.png
123 Views
0 Comments
Media file
Doraemon_Image3.png shubh/html css project/Doraemon_Image3.png
125 Views
0 Comments
Media file
README.md shubh/html css project/README.md
282 Views
0 Comments
# HTML-CSS-Projects
Doraemon_Image4.png shubh/html css project/Doraemon_Image4.png
127 Views
0 Comments
Media file
style.css shubh/html css project/style.css
112 Views
0 Comments
body{
background-color: black;
background-image: url("BackgroundImage.png");
background-size: cover;
}
p{
color: white;
font-family: fantasy;
index.html shubh/html css project/index.html
321 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Cards</title>
<link rel="stylesheet" href="style.css">
</head>
Doraemon_Image5.png shubh/html css project/Doraemon_Image5.png
126 Views
0 Comments
Media file